/*
 * 初始化
 * */
* {
  margin: 0 auto;
  padding: 0;
  outline: none;
  font-family: "Microsoft Yahei", "微软雅黑", "Tahoma", "SimSun";
}
html {
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
body {
  font-size: 14px;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #ff7d00;
}
ul,
li {
  list-style: none outside none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
img {
  border: none;
  display: block;
}
a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.cf {
  *zoom: 1;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  overflow: hidden;
}
.mr45 {
  margin-right: 45px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
    height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
    height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
.comW {
  width: 100%;
  min-width: 1000px;
  _width: expression(document.body.clientWidth<1000?"1000px":"auto");
}
.box {
  width: 1000px;
}
.overflow {
  overflow: hidden;
}
.sp {
  background: url(../images/c1809sp.png) no-repeat;
}
body {
  min-width: 1000px;
}
.topBox {
  height: 90px;
  margin: 0 auto;
}
.eduLogo {
  width: 232px;
  height: 30px;
  background-position: 0px 0px;
  margin: 30px 0 0 5px;
}
.search {
  position: relative;
  z-index: 10;
  float: right;
  width: 250px;
  height: 54px;
  margin-top: 20px;
  border: none;
}
.searchTxt {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 188px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  padding: 0 10px;
  border: 1px solid #dedede;
  background: #fff;
  color: #999;
  font-size: 12px;
  font-family: "Microsoft Yahei";
}
.searchTxt:focus {
  border-color: #0f9e59;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
  color: #666;
}
.searchBn {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  cursor: pointer;
  background: #0f9e59;
}
.searchBnAdd {
  background: #7b5548;
}
.searchIcon {
  float: left;
  width: 40px;
  height: 30px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  background-position: 0px -33px;
}
.xwrx {
  color: #666;
  height: 14px;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.xwrx span {
  font-weight: bold;
}
.navBox {
  background-color: #0f9e59;
}
.nav {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 0 auto;
  background-color: #0f9e59;
}
.nav a {
  display: block;
  height: 100%;
}
.nav li {
  height: 50px;
  float: left;
}
.nav li a {
  *float: left;
  color: #fff;
  padding: 0 29px;
  height: 50px;
  line-height: 50px;
}
.nav li a:hover {
  font-weight: bold;
  background-color: #0c7a45;
}
.xwBox {
  position: relative;
  z-index: 10;
}
.xwMenu {
  display: none;
  background-color: #fff;
  width: 143px;
  height: 209px;
  padding-top: 5px;
  border: 1px solid #e7e7e7;
  border-top: none;
  position: absolute;
  top: 50px;
  left: 0;
}
.xwMenu li {
  height: 40px;
  text-align: left;
}
.xwMenu li a {
  color: #333;
  padding: 0 0 0 23px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.xwMenu li a:hover {
  color: #fff;
  font-weight: normal;
  background-color: #0f9e59;
}
.mb13 {
  margin-bottom: 13px;
}
.jsbBox {
  width: 360px;
  padding: 25px 20px 0;
  height: 330px;
  background-color: #f6f6f6;
}
.comTitBox {
  width: 100%;
  height: 20px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.comTitBox .comTit {
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  color: #0f9e59;
}
.comTitBox .comLine {
  width: 100%;
  height: 8px;
  border-bottom: 3px solid #dedede;
}
.jsbColor {
  background-color: #f6f6f6;
}
.ztColor {
  background-color: #fff;
}
.jsbUl {
  height: 134px;
}
.bigTit {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
}
.smaTit {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.jdtSwiper {
  width: 600px;
  height: 355px;
  position: relative;
}
.jdtSwiper .imgContainer {
  width: 600px;
  height: 340px;
  overflow: hidden;
  *display: inline;
  cursor: pointer;
}
.jdtSwiper img {
  width: 600px;
  height: 340px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.jdtSwiper .swiper-slide a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.jdtUl {
  width: 450px;
  height: 50px;
  line-height: 50px;
  background-color: #0f9e59;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.jdtUl li {
  width: 410px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.jdtUl li a {
  color: #fff;
}
.jdtPagin {
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 100px;
  line-height: 50px;
  text-align: center;
  background-color: #444;
  font-size: 16px;
  font-style: italic;
}
.jdtPagin span {
  font-weight: bold;
  font-size: 24px;
}
.arrow {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 140px;
  background-color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.arrow:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.arrowL {
  background-position: 0px -68px;
  left: -40px;
}
.arrowR {
  background-position: -43px -68px;
  right: -40px;
}
.slad {
  width: 1020px;
}
.slad li {
  float: left;
  margin-right: 20px;
  width: 235px;
  height: 80px;
  background-color: #ddd;
}
.leftBox {
  width: 490px;
}
.rightBox {
  width: 490px;
}
.jyfbBox {
  overflow: hidden;
  margin-bottom: 50px;
}
.jyfb {
  height: 35px;
  line-height: 35px;
  background-color: #f6f6f6;
}
.jyfb a {
  float: left;
  background-color: #0f9e59;
  width: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.jyfbUl {
  width: 510px;
  height: 160px;
}
.jyfbUl li {
  width: 220px;
  padding-left: 15px;
  float: left;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  margin-right: 20px;
  background: url(../images/c1809sp.png) no-repeat -228px -31px;
}
.school {
  float: left;
  padding: 0 8px;
  font-size: 24px;
  height: 23px;
  margin-top: -3px;
  background-color: #f6f6f6;
  position: relative;
}
.xuexiao {
  position: absolute;
  top: -22px;
  left: 8px;
  line-height: 45px;
  color: #666;
}
.yuan {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
}
.lvy {
  background-position: -85px -68px;
}
.huy {
  background-position: -133px -68px;
}
.zoy {
  background-position: -181px -68px;
}
.school74 {
  width: 74px;
}
.school98 {
  width: 98px;
}
.school122 {
  width: 122px;
}
.schoolBox {
  height: 187px;
  border-top: 3px solid #dedede;
  background-color: #f6f6f6;
  padding: 0 20px;
}
.schoolH4 {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.schoolImg {
  width: 190px;
  height: 105px;
}
.schoolImg img {
  width: 100%;
  height: 100%;
}
.schoolUl {
  width: 245px;
  margin-top: -3px;
}
.schoolUl li {
  width: 230px;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  overflow: hidden;
  background: url(../images/c1809sp.png) no-repeat -228px -33px;
}
.ztUl {
  width: 510px;
}
.ztUl li {
  width: 235px;
  height: 130px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.ztUl li img {
  width: 235px;
  height: 130px;
}
.ztUl li h4 {
  padding: 0 10px;
  width: 215px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.ztUl li h4 a {
  color: #fff;
}
.subTit {
  padding-left: 8px;
  border-left: 5px solid #0f9e59;
  margin-bottom: 19px;
  height: 16px;
  line-height: 16px;
}
.subTit a {
  color: #333;
}
.subTit a:hover {
  color: #333;
}
.comSwiper {
  width: 235px;
  height: 175px;
}
.comSwiper img {
  width: 235px;
  height: 140px;
}
.comSwiper h4 {
  width: 215px;
  height: 35px;
  background-color: #f6f6f6;
  line-height: 35px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}
.comUl {
  width: 255px;
}
.comUl li {
  width: 215px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding: 0 20px;
  float: left;
}
.comUl li a {
  color: #999;
}
.comUl li span {
  color: #333;
  float: left;
  padding-right: 25px;
}
.ztc {
  background-color: #f6f6f6;
}
.wxjzBox {
  width: 960px;
  border-top: 3px solid #dedede;
  padding: 0 20px;
  position: relative;
  font-size: 24px;
  height: 20px;
}
.wxjzBox .xuexiao {
  padding: 0 8px;
  background-color: #fff;
  left: 20px;
  top: -25px;
}
.wxjzUl {
  width: 1020px;
}
.wxjzUl li {
  width: 1020px;
  height: 390px;
  font-weight: bold;
  background-color: #f6f6f6;
}
.wxjzUl li .comSpan {
  display: block;
  height: 35px;
  line-height: 35px;
  background-color: #0f9e59;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.wxjzUl li .li_l {
  width: 200px;
  float: left;
  margin-left: 40px;
  margin-right: 40px;
  display: inline;
}
.wxjzUl li .li_l .comImg {
  width: 55px;
  height: 55px;
}
.wxjzUl li .li_l .comImg2 {
  width: 200px;
  height: 200px;
  margin-top: 30px;
}
.wxjzUl li .li_l .tjgz {
  width: 95px;
  height: 55px;
  margin: 0 5px;
  text-align: right;
}
.wxjzUl li .li_l .tjgz span {
  display: block;
  line-height: 24px;
}
.wxjzUl li .li_l .tjgz .sysgz {
  margin-top: 7px;
}
.wxjzUl li .li_r {
  width: 680px;
  float: right;
  margin-right: 40px;
  display: inline;
}
.wxjzUl li .li_r .comH4 {
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.wxjzUl li .li_r .com-Pic-Abs {
  margin-top: 30px;
  width: 680px;
}
.wxjzUl li .li_r .com-Pic-Abs .comPic {
  width: 360px;
  height: 200px;
  float: left;
}
.wxjzUl li .li_r .com-Pic-Abs .comPic img {
  width: 100%;
  height: 100%;
  background: #000;
}
.wxjzUl li .li_r .com-Pic-Abs .comAbs {
  float: right;
  width: 300px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.comPad {
  padding: 0 10px;
}
.footer {
  background-color: #fafafa;
  border-top: 1px solid #dedede;
  font-size: 12px;
}
.footer .box {
  margin: 0 auto;
}
.footL {
  width: 725px;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 150px;
}
.footUl {
  height: 19px;
  border-bottom: 1px solid #dedede;
}
.footUl li {
  height: 19px;
  padding: 0 8px;
  color: #666;
  float: left;
  cursor: pointer;
}
.footUl li span {
  line-height: 15px;
  float: left;
}
.footUl .hzhb {
  font-size: 16px;
  color: #333;
  padding: 0 20px 0 0;
  border-bottom: 1px solid #fafafa;
}
.footUl .hzhb span {
  line-height: 20px;
}
.liHover {
  border-bottom: 2px solid #0f9e59;
}
.footSwiper {
  width: 720px;
  overflow: hidden;
  margin-left: 0;
}
.hzhbUl {
  width: 760px;
}
.hzhbUl li {
  width: 145px;
  padding-left: 5px;
  line-height: 28px;
  float: left;
  margin-right: 40px;
  text-align: left;
}
.hzhbUl li a {
  color: #666;
}
.footR {
  width: 235px;
  padding: 12px 0 30px 20px;
  border-left: 1px solid #dedede;
  min-height: 210px;
}
.footR li {
  font-size: 12px;
  line-height: 28px;
  color: #666;
  text-align: left;
}
.footR li span {
  font-size: 16px;
  color: #333;
  line-height: 56px;
}
.endfoot {
  height: 100px;
  background-color: #0f9e59;
  padding-top: 20px;
}
.endfoot #dDfooter {
  margin-top: 0;
}
.endfoot #dDfooter .dDfootLi {
  border-right: 1px solid #fff;
}
.endfoot #dDfooter .dDfootLi a {
  color: #fff;
}
.endfoot #dDfooter .dDfootLiBor {
  border: none;
}
.endfoot #dDfooter span {
  color: #fff;
}
/********************返回顶部 BEGIN****************/
.entranceRight {
  position: fixed;
  _position: absolute;
  width: 50px;
  height: 140px;
  left: 50%;
  margin-left: 515px;
  bottom: 5px;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-  this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt (this.currentStyle.marginBottom, 10)||0)));
}
.entranceRight a {
  border-radius: 3px;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: url(../images/c1809sp.png) 0px -131px #7b5548 no-repeat;
}
.entranceRight a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(../images/c1809sp.png) 0px -131px #7b5548 no-repeat;
}
/********************返回顶部 end******************/
.listL {
  width: 660px;
}
.listR {
  width: 315px;
}
.crumb {
  height: 20px;
  line-height: 20px;
  color: #666;
}
.crumb a {
  color: #666;
}
.listUl {
  margin-bottom: 55px;
}
.listUl li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 15px;
  background: url(../images/c1809sp.png) -228px -31px no-repeat;
}
.listUl li a {
  color: #333;
}
.listUl li a:hover {
  color: #ff7d00;
}
.listUl li span {
  float: right;
  width: 200px;
  height: 30px;
  line-height: 30px;
  color: #999;
  text-align: right;
}
.nextPage {
  text-align: center;
}
.nextPage a {
  margin: 0 10px;
  color: #666;
}
.nextPage a:hover {
  color: #ff7d00;
}
.listSwiper {
  width: 315px;
  height: 210px;
  position: relative;
  margin-bottom: 25px;
}
.listSwiper .swiper-slide {
  position: relative;
}
.listSwiper .swiper-slide img {
  width: 315px;
  height: 175px;
}
.listSwiper .swiper-slide h4 {
  width: 230px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding: 0 75px 0 10px;
  background-color: #f6f6f6;
}
.listPagin {
  position: absolute;
  right: 10px;
  bottom: 14px;
}
.listPagin .swiper-pagination-switch {
  float: left;
  font-size: 0;
  margin-left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d7d7d7;
  cursor: pointer;
}
.listPagin .swiper-active-switch {
  background-color: #0f9e59;
}
.comArr {
  width: 30px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  background-color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.comArr:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.arrL {
  background-position: -155px -131px;
  left: -30px;
}
.arrR {
  background-position: -187px -131px;
  right: -30px;
}
.jyjsb {
  width: 275px;
  padding: 20px 20px 0;
  background-color: #f6f6f6;
}
.jyjsbUl {
  height: 280px;
}
.jyjsbUl li {
  padding-left: 15px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  background: url(../images/c1809sp.png) -228px -31px no-repeat;
}
.tbch {
  padding-bottom: 15px;
}
.tbch img {
  width: 275px;
  height: 155px;
}
.tbch h4 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
}
.imgUl {
  margin-bottom: 55px;
}
.imgUl li {
  width: 250px;
  height: 180px;
  margin: 0 45px 20px 35px;
  float: left;
}
.imgUl li img {
  width: 250px;
  height: 140px;
}
.imgUl li h5 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
}
.ztList li {
  height: 115px;
  margin-bottom: 30px;
}
.ztImg {
  width: 205px;
  height: 115px;
}
.ztImg img {
  width: 100%;
  height: 100%;
}
.content {
  width: 435px;
}
.conH3 {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.conP {
  color: #666;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.detailL h2,
.detailL h3 {
  font-size: 16px;
  padding-bottom: 15px;
  text-align: center;
}
.artTitle {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
.info {
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
  color: #666;
}
.info span {
  margin: 0 3px;
}
.artCon {
  padding-top: 35px;
}
.artCon p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
.artCon img {
  max-width: 660px;
  margin-bottom: 30px;
}
.artSpecial {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 40px;
}
.tag {
  height: 18px;
  line-height: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
/*相关阅读 begin*/
.reading {
  padding-top: 49px;
}
.reading .readH4 {
  width: 85px;
  height: 30px;
  color: #fff;
  background-color: #0f9e59;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 15px;
}
.reading .readingUl li {
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
  overflow: hidden;
  font-size: 14px;
  padding-left: 15px;
  background: url(../images/c1809sp.png) -228px -31px no-repeat;
}
/*相关阅读 end*/
/*版权*/
.cpright {
  padding: 20px;
  background: #eeeeee;
  border-top: 1px solid #ddd;
  margin-top: 80px;
}
.cpright .cpH6 {
  width: 100%;
  color: #0f9e59;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cpright p {
  line-height: 30px;
  text-align: left;
  font-size: 14px;
  color: #333;
}
/*分享 begin*/
.share {
  float: right;
  height: 24px;
  padding-top: 15px;
}
.share span {
  float: left;
  display: block;
  color: #666;
  margin-right: 10px;
}
.sharebg {
  background: url(http://www.zjol.com.cn/05zjol/sitemap/images/public_v1.png) no-repeat;
}
.shareLi {
  height: 24px;
  float: left;
  _display: inline;
  margin-right: 5px;
}
.shareLi a {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.lt0 {
  background-position: 0 -306px;
}
.lth0 {
  background-position: 0 -275px;
}
.lt1 {
  background-position: -24px -306px;
}
.lth1 {
  background-position: -24px -275px;
}
.lt2 {
  background-position: -48px -306px;
}
.lth2 {
  background-position: -48px -275px;
}
.lt3 {
  background-position: 0 -361px;
}
.lth3 {
  background-position: 0 -330px;
}
.bshare-custom,
.bshare-custom a {
  float: left;
  display: block;
  width: 24px;
  cursor: pointer;
}
.lt4 {
  background-position: -24px -361px;
}
.lth4 {
  background-position: -24px -330px;
}
/*分享 end*/
.nph_chn {
  color: #666;
  padding: 0;
  height: 20px;
  line-height: 20px;
  margin-bottom: 40px;
}
.nph_chn a {
  color: #666;
}
.nph_area {
  width: 1000px;
}
.nph_set_title .nph_c_lh {
  font-size: 20px;
  color: #0f9e59;
}
.contAu {
  margin-bottom: 0;
  margin-top: 10px;
}
.nph_photo_view img {
  max-width: 920px;
}
.nph_rela {
  width: 1000px;
}
.nph_photo_desc {
  min-height: 26px;
  margin-bottom: 15px;
}
.nph_photo_desc p {
  line-height: 26px;
}
.nph_list_stream img {
  display: inline-block;
}
.nph_photo_content {
  margin-bottom: 25px;
}
.tagImg {
  height: 18px;
  line-height: 18px;
  padding-bottom: 30px;
}
.nph_scrl_prev {
  *margin-left: -1583px;
}